Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
Oracle PLSQL Tutorial
1) Aggregate Functions
2) Analytical Functions
3) Character String Functions
4) Collections
5) Conversion Functions
6) Cursor
7) Date Timestamp Functions
8) Function Procedure Packages
9) Index
10) Insert Update Delete
11) Introduction
12) Large Objects
13) Linear Regression Functions
14) Miscellaneous Functions
15) Numerical Math Functions
16) Object Oriented
17) PL SQL Data Types
18) PL SQL Operators
19) PL SQL Programming
20) PL SQL Statements
21) Query Select
22) Regular Expressions Functions
23) Sequences
24) Set
25) SQL Data Types
26) SQL PLUS Session Environment
27) Statistical Functions
28) System Packages
29) System Tables Data Dictionary
30) Table
31) Table Joins
32) Transaction
33) Trigger
34) User Privilege
35) View
36) XML
XML
1) Call existsNode() function from xmltype data
2) Count() and existsnode()
3) Create a table to hold the simple Hello World XML document
4) Create table based on single data type
5) Create table myTable of xmltype
6) Create xml attribute with xmlattribute function
7) Create xml element with xmlelement function
8) Creation of tables using XMLType data type and set the xml schema
9) Demo EXTRACTVALUE use in the WHERE clause
10) Existsnode and where clause
11) Existsnode(myValue, ROWSET)
12) Extract can be used in WHERE clause to search xml document
13) Extract returns a COLLECTION of values (a repeating node)
14) Extract(doc, messagegreetingtext())
15) Find rows that contain the ROWSETROW node
16) Get xdburitype
17) Individual fields from the XMLTYPEd column may be found using the EXTRACTVALUE function like this
18) Insert xml document to a XMLType column with xmltype function
19) Insert XML document to database
20) Must use a single-group group function with xmlattribute
21) Oracle support XPath predicate expressions
22) Oracle XML function ExistsNode
23) PLSQL ability to access text within an XML document in the database
24) Query xmltype column
25) Reference one element
26) Retrieve value from SYS XMLTYPE column
27) SQL to XML
28) Store an XMLType type data in clob
29) Update (i e replace) the entire XMLType column with new content
30) Update xmltype type column
31) UPDATEXML function supports multiple elements
32) Use Aggregrate functions on XML data
33) Use extract function and xpath function to retrieve xml element data
34) Use extract function to get xmltype data
35) Use sys xmltype createxml to add XML data to table
36) Use Text() function to get text value from xml string
37) Use the EXTRACT function and the following XPath
38) Use the UPDATEXML function to change element value
39) Use UPDATEXML function to update a portion of the doc
40) Use value function with single xmltype table
41) Use xdbURIType
42) Use XMLELEMENT to convert column data to xml format
43) Use xmltype to convert xml string to xmltype data
44) Without the text() operator, returns node name + text value
45) Xmlagg and xmlforest
46) XMLElement
47) XMLTYPE column
48) XMLTYPE with xml schema
49) XPath text() function